github.com/klauspost/compress/zstd.fastEncoderDict.tableShardDirty (field)
9 uses
github.com/klauspost/compress/zstd (current package)
enc_fast.go#L34: tableShardDirty [tableShardCnt]bool
enc_fast.go#L852: for i := range e.tableShardDirty {
enc_fast.go#L853: if e.tableShardDirty[i] {
enc_fast.go#L864: for i := range e.tableShardDirty {
enc_fast.go#L865: e.tableShardDirty[i] = false
enc_fast.go#L870: for i := range e.tableShardDirty {
enc_fast.go#L871: if !e.tableShardDirty[i] {
enc_fast.go#L877: e.tableShardDirty[i] = false
enc_fast.go#L891: e.tableShardDirty[entryNum/tableShardSize] = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |